AXNode
data class AXNode(nodeId: AXNodeId, ignored: Boolean, ignoredReasons: List<AXProperty>?, role: AXValue?, name: AXValue?, description: AXValue?, value: AXValue?, properties: List<AXProperty>?, childIds: List<AXNodeId>?, backendDOMNodeId: BackendNodeId?)
Content copied to clipboard
A node in the accessibility tree.
Constructors
AXNode
Link copied to clipboard
fun AXNode(nodeId: AXNodeId, ignored: Boolean, ignoredReasons: List<AXProperty>? = null, role: AXValue? = null, name: AXValue? = null, description: AXValue? = null, value: AXValue? = null, properties: List<AXProperty>? = null, childIds: List<AXNodeId>? = null, backendDOMNodeId: BackendNodeId? = null)
Content copied to clipboard
Properties
backendDOMNodeId
Link copied to clipboard
description
Link copied to clipboard
ignoredReasons
Link copied to clipboard
properties
Link copied to clipboard